CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火 tsp

搜索资源列表

  1. sa_tsp

    0下载:
  2. 模拟退火求解TSP问题,代码用MATLAB编写的-Simulated Annealing to solve TSP problems, code written with MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1247
    • 提供者:TL
  1. SimulatedAnnealingtosolveTSPproblem

    0下载:
  2. 这段代码使用了模拟退火的思想解决TSP问题。在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行中都能得到一个比较理想的结果-This code uses the idea of Simulated Annealing to solve TSP problem. In this simulation experiment to address the custom of the 20 city TSP problem, set the appropriate para
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:74330
    • 提供者:elven
  1. sa

    0下载:
  2. 运用模拟退火算法解决旅行商问题,简单易懂,代码清晰,行数比较少-Simulated Annealing to solve TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1813
    • 提供者:
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:96246
    • 提供者:june1989
  1. maugis

    0下载:
  2. 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:86016
    • 提供者:孙博
  1. TSP_DESK

    0下载:
  2. TSP两种算法求解,一种是遍历所有可能路径求出最短,一种是采用模拟退火算法-TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:127258
    • 提供者:王涛
  1. TSP

    0下载:
  2. 利用模拟退火算法解决旅行商问题,算法较高效.-The use of simulated annealing algorithm to solve the traveling salesman problem, the algorithm more efficient.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:4489
    • 提供者:Tiny
  1. tsp

    0下载:
  2. 蚂蚁算法代码,是基于进化理论的优化算法,与流行的遗传算法、模拟退火有着共同的优点-ant evolution code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:xurui0224
  1. Simulated

    0下载:
  2. 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1027343
    • 提供者:li qing
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:zhang
  1. TSP

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP problems (traveling salesman problem, traveling salesman problem) is common malab simulated annealing source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:799
    • 提供者:陈文迅
  1. TSP

    0下载:
  2. 用VC实现的TSP,基于模拟退火算法 开发环境:VS2005-TSP Solution based on VC++ IDE: VS2005
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:984016
    • 提供者:Andrew
  1. Anneal_TSP

    0下载:
  2. 智能优化算法中用模拟退火算法解决旅行商问题。-anneal tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1672
    • 提供者:
  1. TSP

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度 - TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序 f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:10087
    • 提供者:易豪
  1. TSP

    0下载:
  2. 使用模拟退火算法解决旅行商问题的MATLAB源程序,可直接运行-Using the simulated annealing algorithm to solve traveling salesman problem MATLAB source code can be directly run
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6018
    • 提供者:仝立媛
  1. TSP_SA

    0下载:
  2. 本程序为C++编写的TSP经典问题的模拟退火算法-C++ code for TSP in simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2834122
    • 提供者:吴廷映
  1. TSP

    0下载:
  2. 一个基于模拟退火算法的程序,用以解决旅行问题,简单易懂-Simulated annealing algorithm to solve travel problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:1006813
    • 提供者:jlevylee
  1. TSP

    0下载:
  2. tsp旅行商问题 模拟退火算法 matlab仿真结果 文档-tsp matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:694490
    • 提供者:kobe
  1. TSP-SA

    0下载:
  2. 模拟退火算法求解TSP问题,城市数量分别为10个和40个,包括参数的调试-TSP problem simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:71959
    • 提供者:黄瑞
  1. matlab-TSP

    1下载:
  2. 包含蚁群,模拟退火,遗传等算法解决TSP问题的matlab代码。-Include ant colonies, simulated annealing and genetic algorithm to solve TSP problem matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:8868
    • 提供者:王旸
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com